-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor everserver 2 #9777
Refactor everserver 2 #9777
Conversation
249e947
to
d0b2ca4
Compare
CodSpeed Performance ReportMerging #9777 will not alter performanceComparing Summary
|
1e6e488
to
071bbbc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, some minor comments and questions
3d5df0c
to
8334307
Compare
run_model.run_experiment(evaluator_server_config) | ||
self._exit_code = run_model.exit_code | ||
except Exception: | ||
self._exit_code = EverestExitCode.EXCEPTION |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we store/propagate the error exception message too so it can be passed back to the client?
looking good to me, only some questions/comments about error propagation for the endpoints |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
5c92cb5
to
dbee95a
Compare
Issue
Resolves #9290
Approach
Short description of the approach
(Screenshot of new behavior in GUI if applicable)
git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"'
)When applicable